projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dde4da9
)
gnomeos-run: Only clone runtime and devel refs
author
Colin Walters
<walters@verbum.org>
Fri, 20 Jan 2012 22:51:26 +0000
(17:51 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 20 Jan 2012 22:51:26 +0000
(17:51 -0500)
This is a lot faster.
gnomeos/yocto/gnomeos-run.sh
patch
|
blob
|
history
diff --git
a/gnomeos/yocto/gnomeos-run.sh
b/gnomeos/yocto/gnomeos-run.sh
index b584cbb97a81b3b0748c48c20c7962706c720adc..f940f65c29a951876642a6539a2889188f113665 100755
(executable)
--- a/
gnomeos/yocto/gnomeos-run.sh
+++ b/
gnomeos/yocto/gnomeos-run.sh
@@
-75,7
+75,7
@@
if ! test -d ostree; then
ostree --repo=ostree/repo init
fi
cd ostree
-ostree --repo=${OSTREE_REPO} local-clone repo
+ostree --repo=${OSTREE_REPO} local-clone repo
${BRANCH_PREFIX}runtime ${BRANCH_PREFIX}devel
for branch in runtime devel; do
rev=$(ostree --repo=repo rev-parse ${BRANCH_PREFIX}${branch});
if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then